.Badges1 {
display: flex;
flex-wrap: wrap;
width:100px;
height: 100px;
}

.Badges2 {
display: flex;
flex-wrap: wrap;
width:100px;
height: 100px;
}

.Badges {
    display: flex;
    flex-wrap: wrap;
justify-content: center;
}